home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Holt Researcher: American History
/
Holt Researcher: American History.iso
/
pc
/
modules
/
grph.dxr
/
00003_draw the chart.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-01-28
|
322 b
|
15 lines
on exitFrame me
global gGraph
pIsConsistant = 1
GraphResult = makeGraph(gGraph)
if GraphResult > 0 then
alert("The graph could not be created. You should close some windows and try again.")
closeMe(gGraph)
else
updateStage()
showMe(gGraph)
Inscope(gGraph)
saveImage(gGraph)
end if
end